home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / evenmore / nostalgia / evenmore01.lha / evenmore.doc < prev   
Text File  |  1996-09-12  |  3KB  |  89 lines

  1.      .-------------------.
  2.   -+=| EvenMore 0.1 beta |=+-
  3.      `-------------------'
  4.  Code:AmigaE 3.1i
  5.  Author:cHRISPi
  6.  
  7. ==========
  8. REQUIRES
  9. ==========
  10.  
  11.  Kickstart 37  (For just about everything!)
  12.  Asl.library   (Kickstart 37)
  13.  
  14. ==========
  15. BACKGROUND
  16. ==========
  17.  
  18.  I am fed up with all this non-proportional fonts business.  In Workbench, Commodore introduced the
  19. Workbench Icon Font, the System Default Font and the Screen Font.  This introduced a new era for
  20. fonts.  All the non-proportional fonts should be gone now, with the arrival of the ability to have
  21. proportional fonts.  Should they?  Think again...  I love MUI with all it's proportional fonts, and
  22. it makes reading text on programs like AmIRC much easier and more plesent to look at.  Even more so
  23. when better fonts than the standard ones Commodore supplied you with came along with MagicWB!!!  But
  24. on text editors and text viewers, they still use the ugly non-proportional fonts...  Arghh!  Then I
  25. saw DOpus 5's ASCII viewer, and weeped for what could have been, so, using my non-existant skills as
  26. a programmer, I am attempting to put together a new text viewer that uses the Screen font and
  27. standard GadTools gadgets, so it is patch friendly!  You can use MCP's (great program, guys!) patches
  28. the gadgets, etc., to much nicer looking ones, unlike DOpus. (great program, guys, shame about the
  29. unpatchable interface. :( )
  30.  
  31. ==========
  32. USAGE
  33. ==========
  34.  
  35.   The program will take an argument (But i don't think it will start one ;)
  36.  
  37.  EvenMore «Filepath+name of an ASCII file»
  38.  
  39.  E.G.:
  40.  EvenMore S:Startup-sequence
  41.  
  42.  If you do not specify a file, a file requestor will pop up allowing you to select one. :)
  43.  If the file is binary, it will corrupt the viewer like mad. :(
  44.  
  45. ==========
  46. BUGS
  47. ==========
  48.  
  49.  o If GUI is resized, listview looses it's positioning.  But this isn't my fault.
  50.  
  51.  o If a line is too long to be displayed, it will be chopped off.  I do not currently see which way
  52.    I should work around this problem.
  53.  
  54.  o Tab doesn't seem to be displayed properly.
  55.  
  56.  o Still have to work out how to set the window with to the size nescessary.
  57.  
  58.  o Nice logos, etc., drawn in an ANSI-type way using characters utterly screws up... :(  But i'm
  59.    afraid this is the price you pay for nice looking text.
  60.  
  61. ==========
  62. FUTURE
  63. ==========
  64.  
  65.  Some of these I only see in the extreme future, and will take a lot of time and effort to do.
  66.  
  67.  o The program will let you know if a binary file is about to be displayed.
  68.  o Better organised, more understandable and more efficient code.
  69.  o Maybe some commands, like finding words, etc.
  70.  o Preferences for window size, position, etc.
  71.  o Ability to select font for usage.
  72.  
  73. ==========
  74. AUTHOR
  75. ==========
  76.  
  77.  All donated code, or helpful hints will greatfully be accepted! :)
  78.  If anyone has any suggestions, comments, flames, etc., just drop a line to:
  79.  
  80.  EMail: chris@planb.TheGAP.com
  81.  IRC:   cHRISPi usually on #AmigaCafe
  82.  
  83. ==========
  84. THANX
  85. ==========
  86.  
  87.  Greetz to Baikonur     (Only the best get greetz ;)
  88.  
  89.